table.GET_GROUP_NAME Function

Syntax

OutputString as C = Get_Group_Name([N index])

Arguments

index

Numeric

Description

Returns name of associated groups (table or report level if defined).

Discussion

The <TBL>.GET_GROUP_NAME() method returns the group of a table.

Example

dim ptr as P
ptr = table.open("product")
? ptr.get_group_name()
= Grand

See Also